| CFREGISTRY |
|
 |
| Description
|
|
This tag is deprecated for the UNIX platform.
|
|
Reads, writes, and deletes keys and values in the system registry. Provides persistent storage of client variables.
|
| |
| Category
|
|
Other tags, Variable manipulation tags
|
| |
| Syntax
|
|
The tag syntax depends on the action attribute value. See the following sections.
|
- cfregistry action = "getAll"
- cfregistry action = "get"
- cfregistry action = "set"
- cfregistry action = "delete"
|
| |
| See also
|
|
cfcookie, cfparam, cfsavecontent, cfschedule, cfset
|
| |
| History
|
|
ColdFusion MX:
|
- Deprecated this tag on the UNIX platform. It might not work, and might cause an error, in later releases.
- Changed how persistent data is stored: ColdFusion now stores most persistent data outside the system registry, in XML files.
|